@charset "utf-8";
img {
	max-width: 100%;
}

.index-wrapper {
	width: 88%;
	margin: 0 auto;
}
.wrapper-1200 {
	padding: 0 20px;
	margin: 0 auto;
}
.wrapper-1440 {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

.p100 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.mkz-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00aa94;
	border: 1px solid #00aa94;
}
.mkz-btn:hover {
	background: #00aa94;
	color: #fff;
}

.icon-png {
	background: url(../../images/icon.png) no-repeat;
}

.inner-banner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 210px;
	width: 100%;
	margin-top: 55px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 55px;
	z-index: 110;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5))
}
.header.white, .header.scroll {
	background-color: #fff;
	background-image: none;
	box-shadow: 0 0px 16px 2px rgb(0 0 0 / 8%);
}
.header .header-wrapper {
	width: 90%;
	height: 55px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.header .logo a {
	display: block;
	width: 174px;
	height: 29px;
	background-image: url(../../images/logo_index.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.header.white .logo a {
	background-image: url(../../images/logo.png);
}
.header .nav {
	margin-left: auto;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	flex: 1;
	border-right: 1px solid #fff;
    padding-right: 3%;
    margin-right: 3%;
}
.header.white .nav {
	border-right-color: #999;
}
.header .nav a {
	width: 11.25%;
	color: #fff;
	display: inline-block;
	text-align: right;
	line-height: 1;
	margin-left: 2%;
}
.header.white .nav a {
	color: #999;
}
.header a.language {
	color: #fff;
}
.header.white a.language {
	color: #999;
}
.header .header-main a:hover, .header .nav a.cur {
	color: #00aa94;
}
.header .header-search-icon {
	width: 22px;
	height: 24px;
	display: inline-block;
	background-position: 0 0;
	cursor: pointer;
	margin: 0 2%;
}
.header.white .header-search-icon {
	background-position: -47px 0;
}
.header .header-search-icon:hover {
	background-position: -70px 0;
}
.header .alibaba {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-position: -33px -404px;
}
.header-search-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 95px;
	background-color: #fff;
	display: none;
}
.header-search-wrap .close {
	position: fixed;
	top: 15px;
	right: 15px;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../../images/close.png) no-repeat;
	cursor: pointer;
}
.header-search-form {
	height: 100%;
}
.header-search {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	width: 20%;
	position: relative;
	transition: width .6s;
}
.header-search:after {
	position: absolute;
	content: " ";
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #00aa94;
	transition: width .6s;
}
.header-search.search-focus:after {
	width: 100%;
}
.header-search i {
	background-position: -24px 0;
	width: 22px;
	height: 24px;
	margin-left: 10px;
	cursor: pointer;
}
.header-search i:hover {
	background-position: -70px 0;
}
.header-search .search-btn {
	border: none;
	background: transparent;
}
.header-search .search-input {
	flex: 1;
	background-color: transparent;
	border: none;
	color: #666;
	font-size: 20px;
}


/* 二级栏目 */
.sub-category {
	border-bottom: 1px solid #ececec;
}
.sub-category ul {
	overflow-y: auto;
  	scrollbar-width: none;
}
.sub-category ul::-webkit-scrollbar {
    display: none;
}
.sub-category li {
	flex: none;
	margin-right: 7%;
}
.sub-category li a {
	display: inline-block;
	line-height: 58px;
	color: #999;
	font-size: 15px;
	padding: 0 3px;
	position: relative;
}
.sub-category li a.cur {
	color: #00aa94;
}
.sub-category li a.cur:after {
	width: 100%;
}
.sub-category li a:after {
	position: absolute;
	content: " ";
	bottom: 0px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #00aa94;
	transition: all 0.3s;
}
.sub-category li a:hover:after {
	width: 100%;
}

.column-title.center {
	text-align: center;
}
.column-title h2 {
	color: #000;
	opacity: 0.05;
	font-size: 44px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
.column-title h1 {
	color: #00aa94;
	font-size: 30px;
	line-height: 1;
	margin-top: -24px;
}
.column-title h5 {
	color: #999;
	font-size: 16px;
	line-height: 1.3;
	margin-top: 20px;
}

/* 栏目详情 */
.column-detail .title {
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	color: black;
	margin-bottom: 12px;
}

.column-detail .content {
	font-size: 16px;
	line-height: 1.7;
}

.column-detail .info {
	color: #999;
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
}
.column-detail .content img{
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}


.footer-wrapper {
	background-color: #f5f6f7;
	padding: 50px 0;
}
.footer .module1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.f-search {
	width: 29.72%;
}
.f-search h1 {
	font-size: 36px;
	color: #000;
	margin-bottom: 50px;
}
.f-search .search-wrap {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.f-search .search-wrap i {
	background-position: -24px 0;
	width: 22px;
	height: 24px;
	margin-left: 10px;
	cursor: pointer;
}
.f-search .search-wrap i:hover {
	background-position: -70px 0;
}
.f-search .search-wrap .search-btn {
	border: none;
	background: transparent;
}
.f-search .search-wrap .search-input {
	flex: 1;
	background-color: transparent;
	border: none;
	color: #999;
}
.f-nav {
	width: 58.19%;
}
.f-nav li {
	flex: 1;
}
.f-nav li+li{
	margin-left: 5%;
}
.f-nav li h3 {
	margin-bottom: 30px;
}
.f-nav li h3 a{
	font-size: 16px;
	color: #333;
}
.f-nav li h3 a:hover{
	color: #000;
}
.f-nav li a.sub-cate{
	color: #999;
	display: block;
	line-height: 1.5;
	margin-bottom: 15px;
}
.f-nav li a.sub-cate:hover{
	color: #00aa94;
}
.footer .module2 {
	display: flex;
	justify-content: space-between;
}
.footer .link {
	width: 29.72%;
}
.footer .link h2{
	font-size: 30px;
	color: #000;
	margin-bottom: 30px;
}
.footer .link .link-list a {
	color: #999;
	margin-bottom: 15px;
	display: inline-block;
}
.footer .link .link-list a {
	margin-right: 30px;
	white-space: nowrap;
}
.footer .link .link-list a:hover {
	color: #00aa94;
}
.f-contact {
	width: 58.19%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.f-contact .contact h3 {
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
}
.f-contact .contact .contact-con {
	line-height: 1.8;
	color: #999;
}
.footer .follow {
	display: flex;
	align-items: center;
	padding-top: 20px;
	color: #999;
}
.footer .follow .wechat-wrap {
	position: relative;
}
.footer .follow .wechat {
	display: inline-block;
	width: 31px;
	height: 25px;
	background-position: 0 -439px;
	margin-left: 10px;
	position: relative;
}
.footer .follow .qrcode-wrap {
	position: absolute;
	top: -150px;
	left: 50%;
	margin-left: -64px;
	opacity: 0;
	transition: 0.2s ease-in-out;
}
.footer .follow .qrcode-wrap.show {
	top: -140px;
	opacity: 1;
}
.footer .qrcode-wrap .qrcode {
	width: 120px;
	height: 120px;
	position: relative;
	box-shadow: 0 0 5px 2px rgb(0 0 0 / 10%);
}
.footer .qrcode-wrap .qrcode:after {
	position: absolute;
    display: inline-block;
    bottom: -6px;
    left: 50%;
    margin-left: -3px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    box-shadow: -2px 2px 5px 0px rgb(0 0 0 / 8%);
}
.footer .qrcode-wrap.douyin-qrcode .qrcode:after {
	margin-left: 8px;
}
.footer .qrcode-wrap .qrcode img {
	width: 120px;
	height: 120px;
}
.footer .follow .wechat:hover {
	background-position: 0 -465px;
}
.footer .follow .weibo {
	width: 31px;
	height: 26px;
	background-position: -32px -438px;
	margin-left: 20px;
}
.footer .follow .weibo:hover {
	background-position: -32px -464px;
}
.footer .follow .douyin-wrap {
	position: relative;
}
.footer .follow .douyin {
	display: inline-block;
	width: 22px;
	height: 25px;
	background-position: -65px -439px;
	margin-left: 20px;
}
.footer .follow .douyin:hover {
	background-position: -65px -465px;
}
.copyright-wrapper {
	background-color: #505050;
}
.copyright {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	color: #cccccc;
}
.copyright a {
	color: #ccc;
}
.copyright a:hover {
	color: #00aa94;
}



.pages{
  text-align: center;
  margin-top: 50px;
  line-height: 2.5;
}

.pages a{
  padding: 4px 10px;
  margin: 0 2px;
  color: #666;
  background-color: #f5f6f7;
}

.pages span{
  padding: 4px 14px;
  background: #00aa94;
  color:#fff;
  margin: 0 4px;
}

.pages a:hover{
  background: #00aa94;
  color:#fff;
  margin: 0 4px;
}

/* #mobile_site{top:0;width:100%;height: 100%;overflow-y:auto;-webkit-overflow-scrolling: touch;   background: #fff;z-index: 1;position: absolute;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);} */
.lcbody {width: 30px;height: 30px;position: relative;transform: translateZ(0px) rotate(0deg);transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);}
.lcitem{position:absolute;left:0;top:0;transform:translateZ(0) rotate(0);transition:transform .25s cubic-bezier(.4,.01,.165,.99) 0s;-webkit-transform:translateZ(0) rotate(0);-webkit-transition:-webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;width:30px;height:30px}
.lcitem .rect.top{-webkit-transform:translate3d(0,-6px,0)}
.lcitem .rect{width:30px;height:1px;background:#00aa94;position:absolute;left:0;top:14px;transition:transform .2s ease .2s;-webkit-transition:-webkit-transform .2s ease .2s}
.lcitem .rect.bottom{transform:translate3d(0,6px,0);-webkit-transform:translate3d(0,6px,0)}
body.open .lcbody {
    transform: translateZ(0px) rotate(90deg);
    -webkit-transform: translateZ(0px) rotate(90deg);
}
body.open .lcitem {
    transform: translateZ(0px) rotate(45deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
    -webkit-transform: translateZ(0px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}
body.open .lcitem.bottom {
    transform: translateZ(0px) rotate(-45deg);
    -webkit-transform: translateZ(0px) rotate(-45deg);
}
body.open .lcitem .rect {
    transition: transform 0.2s ease 0s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
body.open #leftcontrol {
    transform: translate3d(-300px,0,0);
    -webkit-transform: translate3d(-300px,0,0);
}

#leftcontrol .openlc {right: 20px; top: 16px; position: absolute;}
#leftcontrol .lcitem .rect {background: #999;}

.transform {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#leftcontrol{display:block;position: fixed; z-index: 999;top:0; right: -300px;width: 260px;height: 100%;overflow-x: hidden;overflow-y: auto;background: #fafafa;-webkit-overflow-scrolling: touch;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);}
#leftcontrol ul li{display:block;min-height:49px;border-top:1px solid #ebebeb;width:100%;font-size:14px}
#leftcontrol>ul>li.active a{background:#fff;color:#2a2a2a}
#leftcontrol ul li a{display:block;color:#b7b7b7;padding:0 25px;height:59px;line-height:59px}
#leftcontrol ul.subnav li a{background:#fff;color:#a8a8a8}
#leftcontrol ul.subnav li a i{margin-right:20px;font-size:14px;color:#b4b4b4}
#leftcontrol ul li a{position: relative;}
#leftcontrol ul li a span.more{width:12px;height:12px;float:right;position:relative;top:20px;}
#leftcontrol ul li .subnav{overflow:hidden;height:0}
#leftcontrol ul li a span.more span.h{width:12px;height:2px;transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0)}
#leftcontrol ul li a span.more span{background:#b8b8b8;position:absolute}
#leftcontrol ul li a span.more span.v{transform:rotate3d(0,0,1,90deg) translate3d(5px,0,0);-webkit-transform:rotate3d(0,0,1,90deg) translate3d(5px,0,0)}
#leftcontrol ul li a span{display:inline-block}
#leftcontrol ul li.active a span.more span.v{background-color:#5c5c5c}
#leftcontrol ul li.active a span.more span.v{transform:rotate3d(0,0,0,0) translate3d(0,5px,0);-webkit-transform:rotate3d(0,0,0,0) translate3d(0,5px,0)}




@media screen and (max-width: 1280px){
	.f-search {
		display: none;
	}
	.f-nav {
		width: 100%;
	}
	.footer .link {
		display: none;
	}
	.f-contact {
		width: 100%;
	}
}

.pc {
	display: none !important;
}